
########### WIRELESS SETUP ################

Special thanks to Pat (pwntbypat from mp3car.com) for the R&D and the code. 

1)Scripts are in the skin/scripts folder, wireless.exe, wifi_man.exe, and wifi_man.ini

2)Add this line to RR.ini:

startcommand="RUNQ;C:\PATH TO SHOCK 6.0\SCRIPTS\wifi_man.exe";

3)Add this to the bottom of exectbl:

"WIRELESS","LOAD;wireless.skin;WIFI;;Wifi Information||SETTOPMOST;RR;true||RUNQW;$skinpath$\SCRIPTS\wireless.exe||SETTOPMOST;RR;FALSE||ACTIVATE;Wifi Information"
"NEXT_WIFI","Activate;WiFi Information||SENDKEY;{DOWN}"
"PREV_WIFI","Activate;WiFi Information||SENDKEY;{UP}"
"REFRESH_WIFI","Activate;Wifi Information||SENDKEY;{F5}"
"CONNECT_WIFI","Activate;Wifi Information||SENDKEY;%c"
"DISCONNECT_WIFI","Activate;Wifi Information||SENDKEY;%d{ENTER}"
"DISABLE_WIFI","SENDMSG;wifi_man;disable"
"ENABLE_WIFI","SENDMSG;wifi_man;enable"

4) edit wifi_man.ini:
	-adapter=Linksys Wireless-B USB Network Adapater v4.0 (get from device manager)
	-pause=3000 (don't worry about this)
	-dev=000B (in device manager, right click the wireless network card, go to properties.  go to the detals tab.  you will see &dev=numbers&, you want what those nubmers are)

4) To call the wifi skin, skin a button to the command "WIRELESS"
	-ex (in settings.ini): /DEFINE B10_FUNCTION    "Wireless"


Known issues:
1) wifi manager likes to steal focus so make sure the task bar is disabled or RR is loaded as shell.
2) usb wireless cards don't have functional device ids, I'm working on it.
3) WIFI connection name and signal don't "refresh"


The wireless program has other features I neglected in this skin - I wanted to keep things simple and clean. 
CUSTOM_WIFI_SSID         "Shows The Host's Network Name"
CUSTOM_WIFI_SIGNAL       "Shows The Signal Strength"
CUSTOM_WIFI_MODE         "Shows The Connection Type,for now Just Infraestructure and Adhoc"
CUSTOM_WIFI_SPEED        "Shows The Speed Of The Connection In Mbps"
CUSTOM_WIFI_SIGNAL_DB    "Shows The Signal In DB"
CUSTOM_WIFI_WEPS         "Shows The WEP Mode"
CUSTOM_WIFI_CHANNEL      "Shows The Channel Used"